@charset "UTF-8";

@font-face {
  font-family: 'Arial';
  src: url("../font/ArialMT.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

.main {
  width: 1400px;
  margin: 0 auto;
}

/* 图片预览器样式 */
.preview-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}

.preview-container img {
  width: 40%;
  height: auto;
}

.title {
  margin: 0 0 40px;
}

.title h5 {
  font-family: Arial;
  font-size: 40px;
  color: #0350B3;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #0350B3, #fff);
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0.4;
  position: relative;
  z-index: 1;
}

.title .title_p {
  margin-top: -24px;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 10;
}

.title .title_p p {
  font-weight: bold;
  color: #333 !important;
  margin-right: 20px;
}

.title .title_p p span {
  color: #0350B3;
}

.title i {
  font-size: 20px;
  line-height: 1.5;
}

.title01 {
  text-align: center;
}

.title01 .title_p {
  justify-content: center;
}

.title01 .title_p p {
  margin: 0 24px;
}

.ckgd_a {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: #666;
  background: #FBFCFE;
  border: 1px solid #E2E8EF;
  text-align: center;
  margin-top: 40px;
  transition: all .5s;
}

.ckgd_a:hover {
  transform: scale(0.95);
  transition: all .5s;
}

.ckgd_b {
  margin: 0 auto 70px;
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url(../esimg/icon/swiper_fl.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0;
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../esimg/icon/swiper_fr.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0;
}

/* 导航 */
header {
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

header .h_logo {
  display: flex;
  align-items: center;
}

header .h_logo a {
  margin-right: 26px;
}

header .h_logo p {
  color: #0350B3;
  margin-right: 30px;
  font-size: 20px;
  font-weight: bold;
}

header .h_nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  height: 100%;
}

header .h_nav .p_one {
  height: 100%;
  position: relative;
}

header .h_nav .p_one>a {
  height: 100%;
  line-height: 100px;
  padding: 0 20px;
  position: relative;
}

header .h_nav .p_one .p_two {
  width: 120%;
  text-align: center;
  display: none;
  position: absolute;
  top: 100%;
  left: -10%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

header .h_nav .p_one .p_two li a {
  color: #fff;
  line-height: 40px;
}

header .h_nav .p_one .p_two li:hover a {
  background-color: #0350B3;
  transition: all .5s;
}

header .h_nav .p_one:hover>a {
  color: #0350B3;
}

header .h_nav .p_one:hover>a::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0350B3;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

header .h_nav .one_active>a {
  color: #0350B3;
}

header .h_nav .one_active>a::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0350B3;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 首页banner */
.i_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.i_banner .swiper01 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all .5s;
}

.i_banner .swiper01 img {
  width: 100%;
}

.i_banner .swiper01 .pagination01 {
  display: inline-block;
  width: 60px;
  left: auto;
  right: 260px;
  bottom: 60px;
  color: #fff;
  font-size: 16px;
}

.i_banner .swiper01 .pagination01 .num_fl {
  width: 30px;
}

.i_banner .swiper01 .pagin_span {
  width: 60px;
  height: 1px;
  display: flex;
  position: absolute;
  right: 260px;
  bottom: 50px;
  z-index: 10;
}

.i_banner .swiper01 .pagin_span span {
  display: block;
  width: 50%;
  background-color: #fff;
}

.i_banner .swiper01 .pagin_span .span_01 {
  display: block;
  width: 50%;
  background-color: #FF6F3C;
}

/* 简介 nav */
.jj_nav {
  height: 72px;
  border-bottom: 1px solid #D7DEE7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jj_nav a {
  line-height: 72px;
  margin: 0 30px;
  padding: 0 10px;
  font-size: 16px;
}

.jj_nav .jj_active {
  border-bottom: 1px solid #0350B3;
  color: #0350B3;
}

.n_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}

.n_nav a {
  font-size: 16px;
  padding: 12px 34px;
  border-radius: 30px;
  border: 1px solid #EFEFEF;
  margin: 0 20px;
  transition: all .5s;
}

.n_nav a:hover {
  background-color: #0350B3;
  color: #fff;
  transition: all .5s;
}

.n_nav .n_nav_active {
  background-color: #0350B3;
  color: #fff;
}

.i_gy_a {
  padding: 80px 0 90px;
}

.i_gy_a .i_gy_fl {
  width: 50%;
}

.i_gy_a .i_gy_fl b {
  font-size: 20px;
}

.i_gy_a .i_gy_fl>p {
  color: #666;
  line-height: 22px;
}

.i_gy_a .i_gy_fl .num_box {
  display: flex;
  margin-top: 40px;
}

.i_gy_a .i_gy_fl .num_box .num_a {
  margin-right: 100px;
  position: relative;
}

.i_gy_a .i_gy_fl .num_box .num_a span {
  display: block;
  font-size: 40px;
  font-family: Arial;
  color: #0350B3;
  font-weight: bold;
}

.i_gy_a .i_gy_fl .num_box .num_a sub {
  position: absolute;
  top: 20px;
  left: 30px;
  color: #B7B7B7;
  font-size: 12px;
}

.i_gy_a .i_gy_fl .num_box .num_a p {
  color: #666;
}

.i_gy_a .i_gy_fl .num_box .num_b span {
  display: block;
  font-size: 32px;
  font-family: Arial;
  color: #0350B3;
  font-weight: bold;
}

.i_gy_a .i_gy_fr {
  width: 46%;
  position: relative;
}

.i_gy_a .i_gy_fr>img {
  width: 100%;
}

.i_gy_a .i_gy_fr #video {
  width: 100%;
}

.i_gy_a .i_gy_fr .video_bt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.cyl_back {
  background: #EDF1F6;
  width: 100%;
  padding: 80px 0 0 0;
  position: relative;
}

.cyl_back .swiper02 {
  overflow: hidden;
  position: relative;
}

.cyl_back .swiper02 .swiper-slide {
  position: relative;
}

.cyl_back .swiper02 .swiper-slide>img {
  width: 100%;
}

.cyl_back .swiper02 .swiper-slide .sw02_box {
  width: 37.4vw;
  position: absolute;
  top: 30%;
  left: 70px;
}

.cyl_back .swiper02 .swiper-slide .sw02_box .sw02_top {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.cyl_back .swiper02 .swiper-slide .sw02_box .sw02_top img {
  width: 2.7vw;
  margin-right: .9vw;
}

.cyl_back .swiper02 .swiper-slide .sw02_box .sw02_top .sw02_top_t b {
  font-size: 1.4vw;
  color: #fff;
}

.cyl_back .swiper02 .swiper-slide .sw02_box .sw02_top .sw02_top_t p {
  font-size: .85vw;
  color: #fff;
  margin-top: .4vw;
  line-height: 2;
}

.cyl_back .swiper02 .swiper-slide .sw02_box .sw02_title {
  display: flex;
  align-items: center;
  margin-top: 1vw;
}

.cyl_back .swiper02 .swiper-slide .sw02_box .sw02_title p {
  font-size: .85vw;
  color: #fff;
  margin-right: .5vw;
}

.cyl_back .swiper02 .swiper-slide .sw02_box .sw02_cen {
  margin-top: 1vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
  width: 100%;
  height: 5vw;
  background: rgba(255, 255, 255, 0.1);
  padding: .8vw 0 .8vw 1.5vw;
}

.cyl_back .swiper02 .swiper-slide .sw02_box .sw02_cen a {
  width: 20%;
  color: #fff;
  font-size: .7vw;
}

.cyl_back .swiper02 .swiper-slide .sw02_bot {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 2.4vw;
  left: 70px;
}

.cyl_back .swiper02 .swiper-slide .sw02_bot span {
  display: block;
  color: #fff;
  margin: 0 20px;
}

.cyl_back .swiper02 .swiper-slide .sw02_bot a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: .8vw;
}

.cyl_back .swiper02 .swiper-slide .sw02_bot a img {
  margin-right: 0;
  margin-left: 6px;
}

.cyl_back .swiper02 .szfx_t .sw02_box .sw02_top .sw02_top_t b {
  color: #0350B3;
}

.cyl_back .swiper02 .szfx_t .sw02_box .sw02_top .sw02_top_t p {
  color: #333;
}

.cyl_back .swiper02 .szfx_t .sw02_bot a {
  color: #333;
}

.cyl_back .swiper02 .szfx_t .sw02_bot span {
  color: #333;
}

.cyl_back .prev02 {
  top: 65%;
  left: 14%;
}

.cyl_back .next02 {
  top: 65%;
  right: 14%;
}

.cyl_back .pagination02 {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.cyl_back .pagination02 .swiper-pagination-bullet {
  margin: 0 10px;
  background-color: #D7DEE7;
}

.cyl_back .pagination02 .swiper-pagination-bullet-active {
  background-color: #0350B3;
}

.xw_a {
  margin-top: 120px;
  padding: 0 0 80px 0;
}

.xw_a .xw_title_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.xw_a .xw_title_top .uls01 {
  display: flex;
  align-items: center;
}

.xw_a .xw_title_top .uls01 li {
  font-size: 16px;
  margin-left: 30px;
  cursor: pointer;
}

.xw_a .xw_title_top .uls01 li a {
  margin: 0;
  font-size: 14px;
}

.xw_a .xw_title_top .uls01 .xw_active {
  color: #0350B3;
}

.xw_a .xw_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.xw_a .xw_b .xw_c {
  width: 31%;
  box-shadow: 0px 0px 30px 0px rgba(32, 78, 137, 0.1);
  transition: all .5s;
}

.xw_a .xw_b .xw_c>a {
  width: 100%;
}

.xw_a .xw_b .xw_c>a img {
  width: 100%;
}

.xw_a .xw_b .xw_c .xw_text {
  height: 230px;
  padding: 30px;
  overflow: hidden;
}

.xw_a .xw_b .xw_c .xw_text h5 {
  margin-bottom: 16px;
}

.xw_a .xw_b .xw_c .xw_text h5 a {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.xw_a .xw_b .xw_c .xw_text p a {
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.xw_a .xw_b .xw_c .xw_text .xw_ck {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #EAEAEA;
}

.xw_a .xw_b .xw_c .xw_text .xw_ck .xw_date {
  text-align: center;
}

.xw_a .xw_b .xw_c .xw_text .xw_ck .xw_date b {
  display: block;
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  color: #999;
}

.xw_a .xw_b .xw_c .xw_text .xw_ck .xw_date i {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #999;
}

.xw_a .xw_b .xw_c .xw_text .xw_ck .xw_jt {
  display: flex;
  align-items: center;
}

.xw_a .xw_b .xw_c .xw_text .xw_ck .xw_jt a {
  color: #666;
  margin-right: 10px;
}

.xw_a .xw_b .xw_c .xw_text .xw_ck .xw_jt .xw_jt_img02 {
  display: none;
}

.xw_a .xw_b .xw_c:hover .xw_text {
  background-color: #0350B3;
  transition: all .5s;
}

.xw_a .xw_b .xw_c:hover .xw_text p a,
.xw_a .xw_b .xw_c:hover .xw_text h5 a {
  color: #fff;
}

.xw_a .xw_b .xw_c:hover .xw_text .xw_ck .xw_jt a,
.xw_a .xw_b .xw_c:hover .xw_text .xw_ck .xw_jt i,
.xw_a .xw_b .xw_c:hover .xw_text .xw_ck .xw_jt b,
.xw_a .xw_b .xw_c:hover .xw_text .xw_ck .xw_date a,
.xw_a .xw_b .xw_c:hover .xw_text .xw_ck .xw_date i,
.xw_a .xw_b .xw_c:hover .xw_text .xw_ck .xw_date b {
  color: #fff;
}

.xw_a .xw_b .xw_c:hover .xw_text .xw_ck .xw_jt .xw_jt_img01,
.xw_a .xw_b .xw_c:hover .xw_text .xw_ck .xw_date .xw_jt_img01 {
  display: none;
}

.xw_a .xw_b .xw_c:hover .xw_text .xw_ck .xw_jt .xw_jt_img02,
.xw_a .xw_b .xw_c:hover .xw_text .xw_ck .xw_date .xw_jt_img02 {
  display: block;
}

/* 留言 */
.ly_back01 {
  background: url(../esimg/img/ly_bg01.png) no-repeat center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.ly_back01 .ly_back02 {
  width: 100%;
  background: url(../esimg/img/ly_bg02.png) no-repeat center right;
  padding-bottom: 60px;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all .5s;
}

.ly_back01 .ly_back02 .ly_a {
  padding-top: 80px;
  display: flex;
}

.ly_back01 .ly_back02 .ly_a .ly_fl {
  width: 660px;
}

.ly_back01 .ly_back02 .ly_a .ly_fl form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
}

.ly_back01 .ly_back02 .ly_a .ly_fl form p {
  position: relative;
}

.ly_back01 .ly_back02 .ly_a .ly_fl form p input {
  width: 320px;
  height: 50px;
  border: 1px solid #E2E8EF;
  background: #FFFFFF;
  margin-bottom: 20px;
  padding-left: 38px;
}

.ly_back01 .ly_back02 .ly_a .ly_fl form p .submit_bt {
  width: 190px;
  border-radius: 25px;
  padding-left: 0;
  background-color: #0350B3;
  color: #fff;
}

.ly_back01 .ly_back02 .ly_a .ly_fl form p img {
  position: absolute;
  top: 20px;
  left: 18px;
}

.ly_back01 .ly_back02 .ly_a .ly_fl form .inp_text {
  width: 100%;
}

.ly_back01 .ly_back02 .ly_a .ly_fl form .inp_text textarea {
  width: 100%;
  height: 120px;
  padding: 18px 0 0 38px;
  margin-bottom: 20px;
  font-family: "Microsoft YaHei";
}

.ly_back01 .ly_back02 .ly_a .ly_fr {
  flex: 1;
  padding-left: 90px;
}

.ly_back01 .ly_back02 .ly_a .ly_fr b {
  font-size: 32px;
  color: #0350B3;
}

.ly_back01 .ly_back02 .ly_a .ly_fr p {
  font-size: 32px;
  margin: 12px 0 24px 0;
}

.ly_back01 .ly_back02 .ly_a .ly_fr p span {
  color: #0350B3;
}

.ly_back01 .ly_back02 .ly_a .ly_fr i {
  font-size: 24px;
}

/* 底部导航 */
footer {
  background-color: #F5F8FD;
  padding: 70px 0 30px;
}

.foot_top {
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(62, 62, 62, 0.2);
}

.foot_top .foot_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.foot_top p {
  font-size: 20px;
}

.foot_top p span {
  color: #FF6F3C;
}

.foot_cen {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  align-items: flex-start;
}

.foot_cen .foot_c .foot_p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.foot_cen .foot_c .foot_p p {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.foot_cen .foot_c .foot_p p img {
  margin-right: 12px;
}

.foot_cen .foot_c .foot_p p b {
  font-size: 24px;
}

.foot_cen .foot_c .foot_p p i {
  color: #666;
}

.foot_cen .foot_c .foot_logo_ig {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
}

.foot_cen .foot_c .foot_logo_ig p {
  width: 48%;
  margin-bottom: 16px;
}

.foot_cen .foot_one>a {
  font-weight: bold;
  margin-bottom: 24px;
}

.foot_cen .foot_one ul {
  color: #666;
  line-height: 36px;
  padding-left: 10px;
}

.foot_cen .foot_one .foot_icon_01 {
  padding-left: 10px;
  background: url(../esimg/icon/foot_icon05.png) no-repeat left center;
}

.foot_cen .foot_one .foot_icon_02 {
  padding-left: 10px;
  background: url(../esimg/icon/foot_icon04.png) no-repeat left center;
}

.foot_cen .foot_one03>a {
  padding-left: 10px;
}

.foot_cen .foot_one03 ul li {
  display: flex;
  align-items: center;
}

.foot_cen .foot_one03 ul li img {
  margin-right: 8px;
}

.foot_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  margin-top: 60px;
}

.foot_bot .foot_beian {
  display: flex;
  align-items: center;
}

.foot_bot .foot_beian p {
  margin-right: 8px;
}

.foot_bot .foot_jszc {
  display: flex;
  align-items: center;
}

.fzlc_back {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.fzlc_back>img {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all .5s;
}

.fzlc_back .fzlc_text {
  width: 100%;
  height: auto;
  position: absolute;
  top: 54px;
  left: 0;
}

.fzlc_back .fzlc_text .fzlc_a {
  position: relative;
}

.fzlc_back .fzlc_text .fzlc_a .swiper03 {
  padding-top: 30px;
  height: 400px;
  overflow: hidden;
}

.fzlc_back .fzlc_text .fzlc_a .swiper03 .swiper-slide {
  height: 147px;
  background: url(../esimg/img/sw03_bg.png) no-repeat bottom left;
  padding-left: 24px;
}

.fzlc_back .fzlc_text .fzlc_a .swiper03 .swiper-slide p {
  font-size: 36px;
  font-weight: bold;
  font-family: Arial;
}

.fzlc_back .fzlc_text .fzlc_a .swiper03 .swiper-slide p span {
  font-size: 16px;
}

.fzlc_back .fzlc_text .prev03 {
  left: -50px;
  top: 52%;
}

.fzlc_back .fzlc_text .next03 {
  right: -50px;
  top: 52%;
}

.ldzc_a {
  height: auto;
  padding: 68px 0;
}

.ldzc_a .ldzc_fl {
  position: relative;
  width: 40%;
  padding: 20px;
}

.ldzc_a .ldzc_fl .ldzc_blue {
  width: 300px;
  height: 300px;
  background-color: #0350B3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ldzc_a .ldzc_fl img {
  width: 100%;
}

.ldzc_a .ldzc_fl .ldzc_yellow {
  width: 200px;
  height: 200px;
  background-color: #FF6F3C;
  opacity: .35;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.ldzc_a .ldzc_fr {
  width: 56%;
}

.ldzc_a .ldzc_fr p {
  line-height: 24px;
}

.zzjg_a {
  background-color: #F4F4F6;
  padding: 90px 0 120px 0;
}

.zzjg_a>img {
  margin: 0 auto;
}

.qywh_a {
  padding: 70px 0 110px 0;
  margin-bottom: 80px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.qywh_a .swiper04 .swiper-slide {
  position: relative;
}

.qywh_a .swiper04 .swiper-slide img {
  width: 100%;
}

.qywh_a .swiper04 .swiper-slide .sw04_text {
  width: 86%;
  height: 170px;
  padding: 0 20px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  box-shadow: 0px 6px 21px 0px rgba(225, 225, 225, 0.92);
  text-align: center;
}

.qywh_a .swiper04 .swiper-slide .sw04_text b {
  display: block;
  font-size: 20px;
  margin-top: 40px;
}

.qywh_a .swiper04 .swiper-slide .sw04_text i {
  display: block;
  font-size: 12px;
  color: #A8A8A8;
  margin-top: 6px;
}

.qywh_a .swiper04 .swiper-slide .sw04_text p {
  color: #666;
  margin-top: 12px;
}

.qywh_a .swiper04 .swiper-slide .sw04_text span {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #0350B3;
  margin: 16px auto 0;
}

.qywh_a .prev04 {
  left: 47%;
  top: auto;
  bottom: 0;
}

.qywh_a .next04 {
  right: 47%;
  top: auto;
  bottom: 0;
}

.tdfc_a .tdfc_b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tdfc_a .tdfc_b .tdfc_c {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 50px;
  position: relative;
}

.tdfc_a .tdfc_b .tdfc_c>img {
  width: 100%;
}

.tdfc_a .tdfc_b .tdfc_c .tdfc_mark {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
}

.tdfc_a .tdfc_b .tdfc_c .tdfc_mark img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tdfc_a .tdfc_b .tdfc_c:hover .tdfc_mark {
  opacity: 1;
  transition: all .5s;
}

.tdfc_a .tdfc_b .tdfc_c:nth-child(3n) {
  margin-right: 0;
}

.swzy_p {
  padding-bottom: 40px;
}

.cy_a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cy_a .cy_fl {
  width: 48%;
}

.cy_a .cy_fl b {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}

.cy_a .cy_fl p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 30px;
}

.cy_a .cy_fl>a {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #0350B3;
  color: #fff;
  margin-top: 40px;
}

.cy_a .cy_fl01 div {
  display: flex;
  align-items: center;
}

.cy_a .cy_fl01 div img {
  margin-right: 6px;
}

.cy_a .cy_fl01 p {
  margin: 0;
}

.cy_a .cy_fr {
  width: 47%;
}

.cy_a .cy_fr img {
  width: 100%;
}

/* 新闻列表页 */
.new01_a {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
  border-bottom: 1px solid #EFEFEF;
}

.new01_a .new01_fl {
  width: 48%;
  position: relative;
}

.new01_a .new01_fl img {
  width: 100%;
}

.new01_a .new01_fl .new01_mark {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  padding: 20px 32px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  background-color: #0350B3;
}

.new01_a .new01_fl .new01_mark span {
  font-size: 12px;
}

.new01_a .new01_fr {
  width: 48%;
}

.new01_a .new01_fr .new01_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  padding: 27px 42px;
  border-radius: 10px;
}

.new01_a .new01_fr .new01_b .new01_date {
  width: 12%;
  text-align: center;
}

.new01_a .new01_fr .new01_b .new01_date b {
  display: block;
  font-size: 40px;
  font-family: Arial;
  font-weight: bold;
}

.new01_a .new01_fr .new01_b .new01_date i {
  display: block;
  font-size: 12px;
  font-family: Arial;
  color: #999;
}

.new01_a .new01_fr .new01_b .new01_date span {
  display: block;
  font-size: 12px;
  color: #808080;
}

.new01_a .new01_fr .new01_b .new01_text {
  width: 80%;
}

.new01_a .new01_fr .new01_b .new01_text h5 a {
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new01_a .new01_fr .new01_b .new01_text p a {
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.new01_a .new01_fr .new01_b .new01_jt .new01_jt02 {
  display: none;
}

.new01_a .new01_fr .new01_b:hover {
  background-color: #0350B3;
}

.new01_a .new01_fr .new01_b:hover .new01_date i,
.new01_a .new01_fr .new01_b:hover .new01_date b,
.new01_a .new01_fr .new01_b:hover .new01_date span {
  color: #fff;
}

.new01_a .new01_fr .new01_b:hover .new01_text p a,
.new01_a .new01_fr .new01_b:hover .new01_text h5 a {
  color: #fff;
}

.new01_a .new01_fr .new01_b:hover .new01_jt .new01_jt01 {
  display: none;
}

.new01_a .new01_fr .new01_b:hover .new01_jt .new01_jt02 {
  display: block;
}

.new01_uls .new01_lis {
  padding: 68px 0;
  transition: all .5s;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: -1px;
}

.new01_uls .new01_lis .lis_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.new01_uls .new01_lis .lis_box>a {
  width: 381px;
}

.new01_uls .new01_lis .lis_box>a img {
  width: 100%;
}

.new01_uls .new01_lis .lis_box .new01_lis_text {
  width: 60%;
}

.new01_uls .new01_lis .lis_box .new01_lis_text i {
  color: #666;
  transition: all .5s;
}

.new01_uls .new01_lis .lis_box .new01_lis_text h5 a {
  font-size: 22px;
  color: #222222;
  margin: 22px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
}

.new01_uls .new01_lis .lis_box .new01_lis_text p {
  color: #666666;
}

.new01_uls .new01_lis .lis_box .new01_lis_text p a {
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  transition: all .5s;
}

.new01_uls .new01_lis .lis_box .new01_lis_text .lis_hyxw {
  margin-top: 36px;
}

.new01_uls .new01_lis:hover {
  background-color: #0350B3;
  transition: all .5s;
}

.new01_uls .new01_lis:hover .lis_box .new01_lis_text i {
  color: #fff;
  transition: all .5s;
}

.new01_uls .new01_lis:hover .lis_box .new01_lis_text p {
  color: #fff;
  transition: all .5s;
}

.new01_uls .new01_lis:hover .lis_box .new01_lis_text p a,
.new01_uls .new01_lis:hover .lis_box .new01_lis_text h5 a {
  color: #fff;
  transition: all .5s;
}

.fenye {
  margin: 40px 0 80px;
}

.fenye ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fenye ul li a {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #D9D9D9;
  margin: 0 10px;
  text-align: center;
  border-radius: 50%;
  transition: all .5s;
}

.fenye ul li:first-child a {
  background: url(../esimg/icon/jt_iconfl.png) no-repeat center;
  background-size: 100%;
}

.fenye ul li:last-child a {
  background: url(../esimg/icon/jt_iconfr.png) no-repeat center;
  background-size: 100%;
}

.fenye ul li:hover a {
  background-color: #0350B3;
  border: 1px solid #0350B3;
  color: #fff;
  transition: all .5s;
}

.fenye ul .f_active a {
  background-color: #0350B3;
  border: 1px solid #0350B3;
  color: #fff;
}

.new_xq {
  margin: 70px auto 80px;
}

.new_xq .newxq_fl {
  width: 66%;
}

.new_xq .newxq_fl h5 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.new_xq .newxq_fl i {
  display: block;
  text-align: center;
  color: #999;
  border-bottom: 1px solid #EAEAEA;
  padding: 22px 0;
}

.new_xq .newxq_fl p {
  line-height: 24px;
}

.new_xq .newxq_fl img {
  margin: 40px 0;
}

.new_xq .newxq_fl .xq_sx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  border-top: 1px solid #EAEAEA;
  padding-top: 50px;
}

.new_xq .newxq_fl .xq_sx .fh_lb {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #0350B3;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}

.new_xq .newxq_fr {
  width: 26%;
}

.new_xq .newxq_fr h5 {
  font-size: 24px;
}

.new_xq .newxq_fr>i {
  font-size: 12px;
  color: #666;
  display: block;
  margin: 15px 0 25px;
}

.new_xq .newxq_fr .newxq_uls .newxq_lis {
  position: relative;
  margin-bottom: 20px;
  transition: all .5s;
}

.new_xq .newxq_fr .newxq_uls .newxq_lis>img {
  width: 100%;
}

.new_xq .newxq_fr .newxq_uls .newxq_lis span {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: #fff;
}

.new_xq .newxq_fr .newxq_uls .newxq_lis span img {
  margin-right: 8px;
}

.new_xq .newxq_fr .newxq_uls .newxq_lis:hover {
  transform: scale(0.95);
  transition: all .5s;
}

/* 加入我们 */
.jr_a {
  padding-top: 80px;
}

.jr_a .jr_b .jr_c {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  margin-bottom: -1px;
}

.jr_a .jr_b .jr_c .jr_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  padding: 52px 40px;
}

.jr_a .jr_b .jr_c .jr_top .jr_flex {
  display: flex;
  align-items: center;
}

.jr_a .jr_b .jr_c .jr_top b {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-right: 30px;
}

.jr_a .jr_b .jr_c .jr_top p {
  color: #999;
}

.jr_a .jr_b .jr_c .jr_top p span {
  margin: 0 30px;
}

.jr_a .jr_b .jr_c .jr_top i {
  font-size: 16px;
  font-family: Arial;
  margin-right: 60px;
}

.jr_a .jr_b .jr_c .jr_top .jr_jt .jr_jt02 {
  display: none;
}

.jr_a .jr_b .jr_c .jr_text {
  padding: 0 40px 30px;
  background-color: #F9F9F9;
  position: relative;
  display: none;
  transition: all .5s;
}

.jr_a .jr_b .jr_c .jr_text .jr_t {
  display: flex;
  align-items: center;
  padding: 14px 0;
}

.jr_a .jr_b .jr_c .jr_text .jr_t img {
  width: 16px;
  margin-right: 10px;
}

.jr_a .jr_b .jr_c .jr_text .jr_t b {
  font-size: 16px;
}

.jr_a .jr_b .jr_c .jr_text p {
  line-height: 30px;
  padding-left: 26px;
}

.jr_a .jr_b .jr_c .jr_text .jr_td {
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #0350B3;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.jr_a .jr_b .jr_c_active .jr_top {
  background-color: #0350B3;
}

.jr_a .jr_b .jr_c_active .jr_top b {
  color: #fff;
}

.jr_a .jr_b .jr_c_active .jr_top i,
.jr_a .jr_b .jr_c_active .jr_top p {
  color: #FEFEFE;
}

.jr_a .jr_b .jr_c_active .jr_top .jr_jt .jr_jt01 {
  display: none;
}

.jr_a .jr_b .jr_c_active .jr_top .jr_jt .jr_jt02 {
  display: block;
}

.jr_a .jr_b .jr_c_active .jr_text {
  display: block;
  transition: all .5s;
}

.fldy_a {
  padding: 32px 0 0 36px;
  background: url(../esimg/img/jrwm_bg.png) no-repeat center;
  background-size: cover;
}

.fldy_a h5 {
  font-size: 20px;
  font-weight: bold;
}

.fldy_a ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  padding: 30px 100px 60px 30px;
}

.fldy_a ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 86px;
}

.fldy_a ul li .jr_img {
  width: 96px;
  height: 76px;
  position: relative;
}

.fldy_a ul li .jr_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
}

.fldy_a ul li .jr_img img:hover {
  transform: translate(-50%, -50%) rotateY(360deg);
  transition: all 1s;
}

.fldy_a ul li .jrfl_icon01 {
  display: block;
}

.fldy_a ul li .jrfl_icon02 {
  display: none;
}

.fldy_a ul li p {
  margin-top: 10px;
}

.fldy_a ul li:hover .jrfl_icon01 {
  display: none;
}

.fldy_a ul li:hover .jrfl_icon02 {
  display: block;
}

.jr_lxwm {
  margin-bottom: 80px;
}

.jr_lxwm h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 30px 0;
}

.jr_lxwm .jr_lxwm_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.jr_lxwm .jr_lxwm_b .jr_lxwm_c {
  display: flex;
  align-items: center;
}

.jr_lxwm .jr_lxwm_b .jr_lxwm_c img {
  margin-right: 20px;
}

.lxwm_a {
  background-color: #F4F4F6;
  padding-top: 70px;
}

.lxwm_a .lxwm_top {
  background-color: #fff;
  padding: 42px 40px;
}

.lxwm_a .lxwm_top>img {
  margin: 0 auto;
}

.lxwm_a .lxwm_top b {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 16px 0 40px;
}

.lxwm_a .lxwm_top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.lxwm_a .lxwm_top ul li {
  display: flex;
  align-items: center;
}

.lxwm_a .lxwm_top ul li img {
  margin-right: 18px;
}

.lxwm_a .lxwm_top ul li p {
  font-size: 16px;
  line-height: 30px;
}

.lxwm_a .lxwm_b {
  padding-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
}

.lxwm_a .lxwm_b .lxwm_c {
  margin-top: 52px;
  width: 48%;
  background-color: #fff;
  padding: 24px 42px;
  position: relative;
}

.lxwm_a .lxwm_b .lxwm_c .lxwm_lis {
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.lxwm_a .lxwm_b .lxwm_c .lxwm_lis .lxwm_title_ig {
  width: 20px;
}

.lxwm_a .lxwm_b .lxwm_c .lxwm_lis b {
  font-size: 16px;
  margin-left: 10px;
}

.lxwm_a .lxwm_b .lxwm_c .lxwm_lis p {
  margin-left: 18px;
}

.lxwm_a .lxwm_b .lxwm_c .lxwm_logo02 {
  position: absolute;
  top: 24px;
  right: 30px;
}

.ly_back01 {
  position: relative;
}

.ly_back01 .ly_back02 .lxwm_map .ly_fr {
  display: none;
}

.ly_back01 .l_map {
  width: 50%;
  height: 600px;
  position: absolute;
  right: 0;
  top: 0;
}

.ly_back01 .l_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .main {
    width: 90%;
  }

  .title h5 {
    font-size: 28px;
  }

  .title .title_p {
    font-size: 24px;
    margin-top: -16px;
  }

  .i_banner .swiper01 {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all .5s;
  }

  .cyl_back .swiper02 .prev02 {
    left: 13%;
  }

  .cyl_back .swiper02 .next02 {
    right: 13%;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_box {
    width: 34vw;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_box .sw02_cen {
    height: auto;
  }

  .ly_back01 .ly_back02 {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all .5s;
    background: url(../esimg/img/ly_bg02.png) no-repeat 700px 0px;
  }

  .ly_back01 .ly_back02 .ly_a {
    width: 1000px;
  }

  .ly_back01 .ly_back02 .ly_a .ly_fl {
    width: 500px;
    transition: all .5s;
  }

  .ly_back01 .ly_back02 .ly_a .ly_fl form p input {
    width: 240px;
    transition: all .5s;
  }

  .ly_back01 .ly_back02 .ly_a .ly_fr p,
  .ly_back01 .ly_back02 .ly_a .ly_fr b {
    font-size: 24px;
  }

  .ly_back01 .ly_back02 .ly_a .ly_fr i {
    font-size: 20px;
  }

  .ldzc_a .ldzc_fl .ldzc_blue {
    width: 140px;
    height: 140px;
  }

  .ldzc_a .ldzc_fl .ldzc_yellow {
    width: 100px;
    height: 100px;
  }

  .zzjg_a {
    padding: 60px 0 80px 0;
  }

  .zzjg_a>img {
    width: 100%;
  }

  .qywh_a .prev04 {
    left: 44%;
  }

  .qywh_a .next04 {
    right: 44%;
  }

  .qywh_a .swiper04 .swiper-slide .sw04_text b {
    margin-top: 32px;
  }

  .new01_a .new01_fr .new01_b {
    padding: 10px;
  }

  .new01_a .new01_fr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .new01_uls .new01_lis {
    padding: 50px 0;
  }

  .new01_uls .new01_lis .lis_box>a {
    width: 30%;
  }

  .new01_uls .new01_lis .lis_box>a img {
    width: 100%;
  }

  .new01_uls .new01_lis .lis_box .new01_lis_text h5 a {
    margin: 10px 0;
  }

  .new01_uls .new01_lis .lis_box .new01_lis_text .lis_hyxw {
    margin-top: 20px;
  }

  .jr_a .jr_b .jr_c .jr_text {
    padding: 0 40px 80px;
  }

  .jr_lxwm .jr_lxwm_b {
    flex-wrap: wrap;
  }

  .ly_back01 .l_map {
    width: 48%;
  }

  .fzlc_back>img {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all .5s;
  }

  .fzlc_back .fzlc_text .fzlc_a .swiper03 {
    margin-top: -60px;
  }

  .fzlc_back .fzlc_text .fzlc_a .swiper03 .swiper-slide {
    height: 120px;
  }

  .fzlc_back .fzlc_text .fzlc_a {
    width: 1000px;
  }

  .fzlc_back .fzlc_text .fzlc_a .swiper03 .swiper-slide p {
    font-size: 24px;
  }

  .fzlc_back .fzlc_text .prev03 {
    left: -40px;
  }

  .fzlc_back .fzlc_text .next03 {
    right: -40px;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_bot {
    bottom: 1vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
  header .h_logo p {
    display: none;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_box {
    top: 24%;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_box .sw02_title {
    margin-top: 2px;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_bot {
    bottom: 1vw;
  }
}

@media (min-width: 1000px) {
  .tel {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .main {
    width: 90%;
  }

  .title {
    margin-bottom: 20px;
  }

  .title h5 {
    font-size: 24px;
  }

  .title .title_p {
    margin-top: -12px;
    font-size: 18px;
  }

  .title .title_p img {
    width: 20px;
  }

  .title .title_p p {
    margin-right: 10px;
  }

  .title i {
    font-size: 16px;
  }

  /* 图片预览器样式 */
  .preview-container img {
    width: 80%;
    height: auto;
  }

  /* 首页banner */
  .i_banner .swiper01 {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all .5s;
  }

  .i_banner .swiper01 .pagination01 {
    right: auto;
    left: 5%;
    bottom: 8%;
    font-size: 14px;
  }

  .i_banner .swiper01 .pagin_span {
    right: auto;
    left: 5%;
    bottom: 5%;
  }

  /* 手机导航 */
  .t_nav {
    width: 100%;
    height: 90px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
  }

  .t_nav .tel_top_text {
    width: 42%;
  }

  .t_nav .tel_top_text span {
    display: block;
    font-weight: bold;
    color: #0350B3;
    text-align: center;
  }

  .t_nav>p {
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
  }

  .t_nav .t_logo {
    width: 120px;
  }

  .t_nav .t_logo img {
    width: 100%;
  }

  .t_nav .t_bt img {
    width: 26px;
  }

  .t_nav .t_hk {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: -100%;
    transition: all .5s;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
  }

  .t_nav .t_hk .t_fr {
    width: 80%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
  }

  .t_nav .t_hk .t_fr .t_gb {
    position: absolute;
    top: 4%;
    right: 5%;
    cursor: pointer;
  }

  .t_nav .t_hk .t_fr .t_gb img {
    width: 24px;
  }

  .t_nav .t_hk .t_fr .on {
    line-height: 60px;
  }

  .t_nav .t_hk .t_fr .on a {
    font: 18px/60px '微软雅黑';
    padding-left: 8vw;
  }

  .t_nav .t_hk .t_fr .on ul {
    display: none;
  }

  .t_nav .t_hk .t_fr .t01_active>a {
    width: 100%;
    line-height: 60px;
    color: #0350B3;
    font-weight: bold;
    background-color: #eee;
  }

  .t_nav .t_hk .t_fr .t01_active ul {
    display: block;
    height: auto;
  }

  .t_nav .t_hk .t_fr .t01_active ul li {
    height: 60px;
  }

  .t_nav .t_hk .t_fr .t01_active ul li a {
    line-height: 60px;
    padding-left: 12vw;
  }

  .i_gy_a {
    padding: 40px 0 60px;
  }

  .i_gy_a .i_gy_fl {
    width: 100%;
  }

  .i_gy_a .i_gy_fl b {
    font-size: 18px;
  }

  .i_gy_a .i_gy_fl .tel_gy_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
  }

  .i_gy_a .i_gy_fl .tel_gy_title .ckgd_a {
    margin-top: 0;
    margin-bottom: 20px;
    width: 120px;
    height: 40px;
    background-color: #0350B3;
    color: #fff;
  }

  .i_gy_a .i_gy_fl>p {
    line-height: 24px;
  }

  .i_gy_a .i_gy_fl .num_box .num_a {
    margin-right: 50px;
  }

  .i_gy_a .i_gy_fl .num_box .num_a span {
    font-size: 30px;
  }

  .i_gy_a .i_gy_fl .num_box .num_b span {
    font-size: 24px;
  }

  .i_gy_a .i_gy_fl .num_box .num_a sub {
    top: 12px;
  }

  .i_gy_a .i_gy_fr {
    width: 100%;
    margin-top: 40px;
  }

  .cyl_back {
    padding-top: 40px;
  }

  .cyl_back .prev02 {
    top: auto;
    bottom: -50px;
  }

  .cyl_back .next02 {
    top: auto;
    bottom: -50px;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_box {
    width: 90%;
    top: 14%;
    left: 5%;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_box .sw02_top img {
    width: 30px;
    margin-right: 10px;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_bot {
    left: 5%;
    bottom: 6%;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_box .sw02_top .sw02_top_t b {
    font-size: 14px;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_box .sw02_top .sw02_top_t p {
    font-size: 12px;
    margin-top: 8px;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_box .sw02_title {
    margin: 10px 0;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_box .sw02_title p {
    font-size: 14px;
    margin-right: 6px;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_box .sw02_title img {
    width: 24px;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_box .sw02_cen {
    margin-top: 0;
    height: auto;
    padding: 4px 8px;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_box .sw02_cen a {
    width: 33%;
    line-height: 1.5;
    font-size: 12px;
  }

  .cyl_back .swiper02 .swiper-slide .sw02_bot a {
    font-size: 12px;
  }

  .xw_a {
    margin-top: 60px;
    padding: 0 0 60px 0;
    overflow: hidden;
  }

  .xw_a .xw_title_top .uls01 li {
    margin-left: 0;
    margin: 0 10px;
  }

  .xw_a .xw_title_top .uls01 li a {
    width: 80px;
    height: 30px;
    line-height: 30px;
  }

  .xw_a .xw_title_top {
    flex-direction: column;
  }

  .xw_a .xw_title_top .uls01 {
    margin-bottom: 10px;
  }

  .xw_a .xw_b .xw_c .xw_text h5 a {
    font-size: 16px;
  }

  .xw_a .xw_b .xw_c .xw_text .xw_ck .xw_date b {
    font-size: 30px;
  }

  .xw_a .xw_b .xw_c .xw_text {
    padding: 30px 20px;
  }

  .ly_back01 {
    background: url(../esimg/img/tel_ly_bg01.png) no-repeat center;
    background-size: cover;
  }

  .ly_back01 .ly_back02 {
    width: 100%;
    background: none;
    left: 0;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .ly_back01 .ly_back02 .ly_a {
    padding-top: 60px;
  }

  .ly_back01 .ly_back02 .ly_a .ly_fl {
    width: 100%;
  }

  .ly_back01 .ly_back02 .ly_a .ly_fr {
    display: none;
  }

  .ly_back01 .ly_back02 .ly_a .ly_fl form p {
    width: 48%;
  }

  .ly_back01 .ly_back02 .ly_a .ly_fl form p input {
    width: 100%;
  }

  .ly_back01 .ly_back02 .ly_a .ly_fl form .inp_sub {
    width: 100%;
    text-align: center;
  }

  .ly_back01 .ly_back02 .ly_a .ly_fl form p .submit_bt {
    width: 120px;
    height: 40px;
  }

  footer {
    margin-bottom: 90px;
    padding: 40px 0;
    background-color: #fff;
  }

  .tel_foot01 {
    display: flex;
    justify-content: space-between;
  }

  .tel_foot01 .tel_foot_a {
    width: 66%;
  }

  .tel_foot01 .tel_foot_a .foot_p p {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .tel_foot01 .tel_foot_a .foot_p p i {
    word-break: break-all;
  }

  .tel_foot01 .tel_foot_a .foot_p p img {
    margin-right: 8px;
  }

  .tel_foot01 .tel_foot_b {
    width: 30%;
  }

  .tel_foot01 .tel_foot_b a img {
    width: 100px;
  }

  .tel_foot01 .tel_foot_b p {
    margin-top: 6px;
    white-space: nowrap;
    transform: scale(0.8);
    margin-left: -10px;
  }

  .tel_foot01 .tel_foot_b p span {
    color: #FF6F3C;
  }

  .tel_foot_bot p {
    color: #666;
    line-height: 1.5;
  }

  .tel_foot_bot p a {
    color: #666;
    line-height: 1.5;
  }

  .tel_jszc {
    display: flex;
    align-items: center;
  }

  .tel_jszc a {
    color: #666;
    line-height: 1.5;
  }

  .fixed_nav {
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }

  .fixed_nav ul {
    justify-content: space-around;
    height: 100%;
    background-color: #F4F7FB;
  }

  .fixed_nav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
  }

  .fixed_nav ul li .ic {
    width: 30px;
  }

  .fixed_nav ul li .ic img {
    width: 100%;
  }

  .fixed_nav ul li .ic .ig_active {
    display: none;
  }

  .fixed_nav ul li .tx {
    margin: 5px 0;
  }

  .fixed_nav ul .tnav_active .tx {
    color: #0350B3;
  }

  .fixed_nav ul .tnav_active .ic img {
    display: none;
  }

  .fixed_nav ul .tnav_active .ic .ig_active {
    display: block;
  }

  .fixed_nav .tel_phone {
    width: 49px;
    position: absolute;
    left: calc(50% - 25px);
    top: -22px;
    animation: bounce_a 2s infinite;
  }

  .fixed_nav .tel_phone a {
    display: block;
    width: 50px;
    height: 50px;
  }

  .fixed_nav .tel_phone a img {
    width: 100%;
  }

  .i_gy_a .i_gy_fr .video_bt {
    top: 44%;
  }

  .i_gy_a .i_gy_fr .video_bt img {
    width: 50px;
  }

  .tel_ly_img {
    width: 100%;
    position: relative;
  }

  .tel_ly_img img {
    width: 100%;
  }

  .tel_ly_img .tel_ly_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10% 8%;
  }

  .tel_ly_img .tel_ly_text b {
    font-size: 20px;
    color: #0350B3;
  }

  .tel_ly_img .tel_ly_text p {
    font-size: 18px;
    margin-top: 10px;
  }

  .tel_ly_img .tel_ly_text p span {
    color: #0350B3;
  }

  .tel_ly_img .tel_ly_text i {
    display: block;
    font-size: 16px;
    margin-top: 10px;
  }

  .ldzc_a .ldzc_fl {
    width: 100%;
    float: none;
  }

  .ldzc_a .ldzc_fl .ldzc_blue {
    width: 120px;
    height: 120px;
  }

  .ldzc_a .ldzc_fl .ldzc_yellow {
    width: 100px;
    height: 100px;
  }

  .ldzc_a .ldzc_fr {
    width: 100%;
  }

  .zzjg_a {
    padding: 40px 0 60px 0;
  }

  .zzjg_a>img {
    width: 100%;
  }

  .qywh_a {
    padding: 40px 0 80px 0;
    margin-bottom: 40px;
  }

  .qywh_a .prev04 {
    left: 38%;
    width: 34px;
    height: 34px;
  }

  .qywh_a .next04 {
    right: 38%;
    width: 34px;
    height: 34px;
  }

  .tdfc_a .tdfc_b .tdfc_c {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }

  .tdfc_a .tdfc_b .tdfc_c:nth-child(3n) {
    margin-right: auto;
  }

  .tdfc_a .tdfc_b .tdfc_c:nth-child(2n) {
    margin-right: 0;
  }

  .n_nav {
    width: 100%;
    margin: 20px 0;
  }

  .n_nav a {
    padding: 6px;
    border-radius: 10px;
    margin: 0 5px;
    font-size: 14px;
  }

  .cy_a {
    flex-direction: column;
    margin-bottom: 0;
  }

  .cy_a .cy_fl {
    width: 100%;
  }

  .cy_a .cy_fr {
    width: 100%;
  }

  .cy_a .cy_fl b {
    margin-top: 20px;
  }

  .cy_a .cy_fl p {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 14px;
  }

  .cy_a .cy_fl>a {
    width: 120px;
    line-height: 40px;
    height: 40px;
  }

  .cy_a .cy_fr img {
    margin: 20px 0;
  }

  .fenye ul li a {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 12px;
    margin: 0 5px;
  }

  .new01_a {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .new01_a .new01_fl {
    width: 100%;
  }

  .new01_a .new01_fr {
    width: 100%;
  }

  .new01_a .new01_fl .new01_mark {
    padding: 0 10px;
    bottom: 0;
    height: 40px;
  }

  .new01_a .new01_fl .new01_mark p {
    font-size: 14px;
  }

  .new01_a .new01_fr .new01_b {
    padding: 20px;
    margin-top: 20px;
  }

  .new01_a .new01_fr .new01_b .new01_date {
    width: 18%;
  }

  .new01_a .new01_fr .new01_b .new01_date b {
    font-size: 24px;
  }

  .new01_a .new01_fr .new01_b .new01_text {
    width: 70%;
  }

  .new01_a .new01_fr .new01_b .new01_text h5 a {
    font-size: 14px;
  }

  .new01_a .new01_fr .new01_b .new01_text p a {
    line-height: 20px;
  }

  .new01_uls .new01_lis {
    padding: 30px 0;
  }

  .new01_uls .new01_lis .lis_box {
    flex-direction: column;
  }

  .new01_uls .new01_lis .lis_box>a {
    width: 100%;
  }

  .new01_uls .new01_lis .lis_box>a img {
    width: 100%;
  }

  .new01_uls .new01_lis .lis_box .new01_lis_jt,
  .new01_uls .new01_lis .lis_box .new01_lis_text i {
    display: none;
  }

  .new01_uls .new01_lis .lis_box .new01_lis_text {
    width: 100%;
  }

  .new01_uls .new01_lis .lis_box .new01_lis_text h5 a {
    margin: 20px 0;
    font-size: 18px;
  }

  .new01_uls .new01_lis .lis_box .new01_lis_text .lis_hyxw {
    margin-top: 20px;
  }

  .fenye {
    margin: 20px 0 50px;
  }

  .jj_nav a {
    margin: 0px;
    padding: 0 4px;
    font-size: 12px;
  }

  .new_xq {
    margin: 40px auto;
  }

  .new_xq .newxq_fl {
    width: 100%;
  }

  .new_xq .newxq_fl h5 {
    font-size: 16px;
  }

  .new_xq .newxq_fl i {
    font-size: 12px;
  }

  .new_xq .newxq_fl>p>img,
  .new_xq .newxq_fl>img {
    width: 100%;
  }

  .new_xq .newxq_fr {
    display: none;
  }

  .new_xq .newxq_fl .xq_sx {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
  }

  .new_xq .newxq_fl .xq_sx a {
    margin-top: 10px;
  }

  .jr_a .jr_b .jr_c .jr_top {
    padding: 30px;
  }

  .jr_a .jr_b .jr_c .jr_top i,
  .jr_a .jr_b .jr_c .jr_top p {
    display: none;
  }

  .jr_a .jr_b .jr_c .jr_top b {
    font-size: 16px;
  }

  .jr_a .jr_b .jr_c .jr_text {
    padding: 20px 20px 80px;
  }

  .jr_a .jr_b .jr_c .jr_text .jr_t b {
    font-size: 14px;
  }

  .fldy_a {
    padding: 32px 10px;
  }

  .fldy_a ul {
    padding: 0;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .fldy_a ul li .jr_img {
    width: 80px;
  }

  .fldy_a ul li .jr_img .jrfl_icon02 {
    width: 60px;
  }

  .jr_lxwm {
    margin-bottom: 50px;
  }

  .jr_lxwm .jr_lxwm_b {
    flex-direction: column;
    align-items: flex-start;
  }

  .jr_lxwm .jr_lxwm_b .jr_lxwm_c {
    margin-bottom: 10px;
  }

  .jr_lxwm .jr_lxwm_b .jr_lxwm_c img {
    width: 60px;
  }

  .lxwm_a .lxwm_top {
    padding: 40px 20px;
  }

  .lxwm_a .lxwm_top ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .lxwm_a .lxwm_top ul li {
    margin-bottom: 20px;
  }

  .lxwm_a .lxwm_top ul li img {
    width: 50px;
  }

  .lxwm_a .lxwm_top ul li p {
    word-break: break-all;
  }

  .lxwm_a .lxwm_b .lxwm_c {
    width: 100%;
    margin-top: 30px;
  }

  .lxwm_a .lxwm_b .lxwm_c .lxwm_lis p {
    word-break: break-all;
  }

  .lxwm_a .lxwm_b .lxwm_c .lxwm_logo02 {
    width: 70px;
    top: 80px;
    right: 30px;
  }

  .ly_back01 .l_map {
    position: static;
  }

  .tel_map {
    width: 100%;
    height: 300px;
  }

  .tel_map iframe {
    width: 100%;
    height: 100%;
  }

  .tel_fzlc_a {
    background: url(../esimg/img/fzlc_bg.png) no-repeat center;
    background-size: cover;
    padding: 30px 5%;
  }

  .tel_fzlc_a .t_fzlc_b {
    padding-left: 30px;
    height: 120px;
    background: url(../esimg/img/sw03_bg.png) no-repeat 0px -50px;
  }

  .tel_fzlc_a .t_fzlc_b p {
    font-size: 24px;
    font-weight: bold;
  }

  .tel_fzlc_a .t_fzlc_b p span {
    font-size: 12px;
    font-weight: normal;
  }

  .tel_fzlc_a .t_fzlc_b i {
    font-size: 14px;
  }
}

/*# sourceMappingURL=ld.css.map */